home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-03-20 | 265 b | 16 lines |
- CFLAGS = nostackcheck structureequivalence ignore=73
-
- all: Demo_Dump Printer_Data Set_Prefs
-
- Demo_Dump: Demo_Dump.c
- sc link $(CFLAGS) $@
-
- Printer_Data: Printer_Data.c
- sc link $(CFLAGS) $@
-
- Set_Prefs: Set_Prefs.c
- sc link $(CFLAGS) $@
-
- clean:
- -delete \#?.(o|lnk)
-